window: Update state flags
authorMatthias Clasen <mclasen@redhat.com>
Wed, 20 Mar 2019 00:07:53 +0000 (20:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 20 Mar 2019 01:33:38 +0000 (21:33 -0400)
commit558405e1bc9f30da2a0912a0d3f72663f42f853e
treee983764bd9a8ce03edd32a435c359a42abed719a
parentf47c376fb145bf4f7094260d918427f54c170284
window: Update state flags

When the window gets active / inactive, we
don't propagate events, but just send focus-in / -out
to the current focus_widget. Improve this by updating
its state flags as well.
gtk/gtkwindow.c